home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / m4-1_0_3.lha / m4-1.0.3 / checks / 27.changecom < prev    next >
Text File  |  1992-12-19  |  388b  |  12 lines

  1. dnl /usr2/pinard/pub/m4-1.0.3/m4.texinfo:1596: Origin of test
  2. define(`comment', `COMMENT')
  3. dnl @result{}
  4. # A normal comment
  5. dnl @result{}# A normal comment
  6. changecom(`/*', `*/')
  7. dnl @result{}
  8. # Not a comment anymore
  9. dnl @result{}# Not a COMMENT anymore
  10. But: /* this is a comment now */ while this is not a comment
  11. dnl @result{}But: /* this is a comment now */ while this is not a COMMENT
  12.